home *** CD-ROM | disk | FTP | other *** search
/ TEKNO 1995 January / TEKNO 1-1995.iso / menu / menu1.bat < prev    next >
DOS Batch File  |  1995-10-19  |  1KB  |  72 lines

  1. @echo off
  2. :repeat
  3. @echo off
  4. cd\menu
  5. cls
  6. go
  7. if errorlevel 4 goto bud_demo
  8. if errorlevel 3 goto reel
  9. if errorlevel 2 goto machines
  10. if errorlevel 1 goto exit
  11. goto exit
  12.  
  13. :machines
  14. echo The Machines Demo
  15. cd\machines   
  16. if exist c:\machines\watsit.cmp goto runit
  17. echo PLEASE WAIT INSTALLING ESSENTIAL FILES
  18. md c:\machines
  19. copy *.* c:\machines  /y
  20. \MENU\runfile c: \machines init.exe
  21. \MENU\runfile c: \machines setsound.exe
  22.  
  23. :runit
  24. \MENU\RUNFILE c: \machines intro.exe
  25. \MENU\runfile c: \machines machine.exe
  26. \MENU\runfile c: \machines tm.exe
  27. pause
  28. goto end
  29.  
  30. :bud_demo
  31. echo Bud Tucker in Double Trouble Demo
  32. if exist c:\bud_demo\samples\sam1349.raw goto bud_run
  33. echo.
  34. echo ** THIS DEMO REQUIRES 35M OF DISK SPACE **
  35. echo.
  36. pause
  37. cd\bud_demo
  38. echo PLEASE WAIT INSTALLING ESSENTIAL FILES
  39. xcopy *.* c:\bud_demo\ /e
  40.  
  41. :bud_run
  42. cd c:\bud_demo
  43. \MENU\runfile c: \bud_demo bud.exe
  44. pause
  45. goto end
  46.  
  47. :reel
  48. echo Bud Tucker in Double Trouble Show Reel
  49. echo.
  50. cd\bud_show.rel
  51. if exist c:\bud_show.rel\playflic.exe goto bud_show
  52.  
  53. echo ** THIS DEMO REQUIRES 6M OF DISK SPACE **
  54. echo.
  55. pause
  56. echo PLEASE WAIT INSTALLING ESSENTIAL FILES
  57. xcopy *.* c:\bud_show.rel\ /e
  58.  
  59. :bud_show
  60. @\menu\playflic /audio c:\bud_show.rel\budmusic.raw /samplerate 22000 /volume 20 c:\bud_show.rel\bud.flc
  61. pause
  62. goto end
  63.  
  64. :end
  65. goto repeat
  66.  
  67. :exit
  68. CD\
  69. echo.
  70. echo.
  71.                        
  72.